home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / main.dxr / 00105.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  126 b   |  8 lines

  1. on exitFrame
  2.   sound playFile 2, "..\som\voo.wav"
  3.   startTimer()
  4.   repeat while the timer < 40
  5.     nothing()
  6.   end repeat
  7. end
  8.